ComponentOne ASP.NET MVC Controls
QuickAutoSize Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : QuickAutoSize Method
The value.
Configurates C1.Web.Mvc.ColumnBase.QuickAutoSize. Sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.
Syntax
'Declaration
 
Public Function QuickAutoSize( _
   ByVal value As Nullable(Of Boolean) _
) As TBuilder
public TBuilder QuickAutoSize( 
   Nullable<bool> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Setting this property to false disables quick auto-sizing for this column. Setting it to true enables the feature, subject to the value of the grid's QuickAutoSize property. Setting it to null (the default value) enables the feature for columns that display plain text and don't have templates.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members